PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFSeparationInfo Class / setPages Method
An array of integer values representing the numbers of the pages included in the separation.
In This Topic
    setPages Method
    In This Topic
    Sets the list of pages included in the same separation group.
    Syntax
    public void setPages( 
       int[] pages
    )

    Parameters

    pages
    An array of integer values representing the numbers of the pages included in the separation.
    Exceptions
    ExceptionDescription
    When pages is null.
    See Also